.sh-header-menu {
    background-color: black;
}
/*
.app-bar-main {
    background-color: black;
}
*/

.sh-product-plus-minus-button {
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}


.sh-solid-button {
    border-radius: 8px;
    width: 100% !important;
}


:root {
    --primary-main: #FFFFFF;
    --primary-contrast-text: #1A1A1A;
    --secondary-main: #F30020;
    --info-main: #403B37;
    --error-main: #f44336;
    --error-invalid: #BB0000;
    --error-cancel: #DD0000;
    --error-primary: #F30020;
    --disabled-color: #a9a9a9;
    --typography-font-family: "Noto Sans", "Noto Sans", "Roboto", "Arial", sans-serif;
    --header-main: #FFFFFF;
    --header-contrast-text: #000000;
    --header-button-background: #FFFFFF;
    --header-accent: #000000;
    --header-badge-main: #F30020;
    --header-badge-contrast-text: #FFFFFF;
    --header-box-shadow: rgb(238, 238, 238) 0px 1px 0px;
    --header-divider: 1px solid #F0F0F0;
    --header-notice-background: #DCDCDC;
    --header-notice-text: #000000;
    --header-desktop-notice-background: #DCDCDC;
    --header-desktop-notice-text: #000000;
    --header-menu-bar-background: #F30020;
    --header-menu-bar-color: #FFFFFF;
    --search-bar-main: #FFFFFF;
    --search-bar-border: 1px solid #EEEEEE;
    --search-bar-icon-main: #1A1A1A;
    --search-bar-icon-accent: #F30020;
    --bottom-nav-main: #FFFFFF;
    --bottom-nav-selected: #F30020;
    --bottom-nav-not-selected: #4A4A4A;
    --bottom-nav-badge-main: #F30020;
    --bottom-nav-badge-contrast-text: #FFFFFF;
    --bottom-nav-border: 1px solid #EEEEEE;
    --button-main: #F30020;
    --button-contrast-text: #FFFFFF;
    --button-borderColor: #F30020;
    --footer-main: #F0F0F0;
    --footer-contrast-text: #1A1A1A;
    --product-discount-tag-background: #FF7222;
    --product-discount-tag-color: #ffffff;
    --product-price-color: #1a1a1a;
    --notice-color: #000000;
    --notice-bg-color: #DCDCDC;
    --max-store-width: 1280px;
}




.sh-product-card {
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;    
}
.sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card-discount-tag {
    font-weight: 400 !important;
    border-radius: 8px 0px 8px 0px !important;
    right: auto !important;
    top: 0px !important;
    left: 0px !important;
}

.sh-product-discount-tag {
    font-weight: 400 !important;
    border-radius: 4px !important;
    background-color: #47c2cb;
}




/*
.sh-category-card>a>div{
   
    padding: 6px !important;
    border:1px solid #E5E5E5 !important;
    border-radius: 8px !important;
    
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/*
.sh-category-card>a>div:hover {
    border:1px solid #131540 !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-category-card:nth-child(3n-2)>a>div {
    background-color: #ECFFEC !important;
}
.sh-category-card:nth-child(3n-1)>a>div {
   background-color: #FFFCEB !important;
}
.sh-category-card:nth-child(3n)>a>div {
   background-color:#FEEFEA !important;
}
.sh-category-card>a>div>p{
     line-height: 24px;
     font-size:16px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height:48px;
}
@media only screen and (max-width: 600px) {
.sh-category-card>a>div>p{
     line-height: 20px;
     font-size:14px;
     min-height:40px;
}
}
.sh-row-title-divider {
   display: none !important
}


.sh-product-plus-minus-button {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

*/


.sh-product-plus-minus-button:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}


.sh-product-plus-minus-button:active:after {
    background: transparent;
}

.sh-product-plus-minus-button:hover:before {
    opacity: 1;
}

.sh-product-plus-minus-button:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F30020;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



.sh-product-card-enquiry {
    padding: 6px;
    height: 40px;
    font-weight: 600;
    border: 1px solid #70c692;
    display: flex;
    align-items: center;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    /* width: 100%; */
    background-color: #3ac34c;
}

.sh-product-enquiry {
    color: #ffffff;
    background-color: #3ac34c;
    border-radius: 5px;
    border-color: #3ac34c;
}
.sh-product-enquiry:hover {
    color: #3ac34c;
    background-color: #ffffff;
    border-radius: 5px;
    border-color: #3ac34c;
}

h2.section-heading {
    text-transform: uppercase;
    font-family: source-sans-pro;
}

@media screen and (max-width: 600px) {
    .cat-card {
        padding: 6px;
    }
}

.menu-bar .links {
    font-size: 14px;
    color: var(--menu-bar-color);
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 960px) {
    .logo-ctn {
      width: fit-content;
      margin: auto;
      flex: unset !important;
    }
    .logo-ctn .title-ctn {
      display: none;
    }
  }

  
/*
.sh-header-menu {
    background-color: #131540 !important;
}
.section-item {
    width: var(--sec-item-width);
    background-color: #bfeaeb47;
}

.page-padding-y {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #bfeaeb47;
}



#AC8A7D  #131540
*/

